a {
    text-decoration: none;
    color: #666;
}
li,
ol,
ul {
	list-style: none;
}

.terms {width:750px; 
	margin: 30px auto;
	letter-spacing: -0.5px;
}

.terms .title{
	margin-top:16pt;
	padding-bottom: 8pt;
	margin-bottom: 8pt;
	font-size:16px;
	color:#111;
}

.terms * {
	margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
	color: inherit;
}
.terms h2 {
	margin-top: 40px;
	line-height: 42px;
	font-size: 20px;
	font-weight: 400;
	color: #1f1f1f
}
.terms h3 {
	margin-bottom: 40px;
	line-height: 42px;
	font-size: 35px;
	font-weight: 400;
	color: #1f1f1f
}

.terms .keep-all {
	word-break: keep-all
}

.terms .terms-cont {
	font-size: 14px;
	color: #898989;
	line-height: 1.8
}

.terms .terms-cont>li {
	margin-bottom: 30px
}

.terms .terms-cont>li a:hover {
	color: #1f1f1f;
	text-decoration: underline
}

.terms .terms-cont>li>p.circle {
	text-indent: -18px;
	padding-left: 18px;
	margin-bottom: 5px
}

.terms .terms-cont strong {
	display: block;
	margin-bottom: 12px;
	color: #1f1f1f
}

.terms .terms-cont strong.lg {
	font-size: 1.2em;
	margin-bottom: -12px;
	padding-top: 12px
}

.terms .terms-cont .num-list {
	margin-left: 16px
}

.terms .terms-cont .num-list>li {
	margin-bottom: 10px;
	list-style-type: decimal
}

.terms .terms-cont .al-list {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 16px
}

.terms .terms-cont .al-list>li {
	position: relative;
	margin-bottom: 5px;
	line-height: 1.4;
	list-style-type: upper-alpha
}

.terms .terms-cont .han-list {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 22px
}

.terms .terms-cont .han-list>li {
	position: relative;
	margin-bottom: 5px;
	line-height: 1.4
}

.terms .terms-cont .han-list>li:before {
	position: absolute;
	margin-left: -1.5em
}

.terms .terms-cont .han-list>li:first-child:before {
	content: "가."
}

.terms .terms-cont .han-list>li:nth-child(2):before {
	content: "나."
}

.terms .terms-cont .han-list>li:nth-child(3):before {
	content: "다."
}

.terms .terms-cont .han-list>li:nth-child(4):before {
	content: "라."
}

.terms .terms-cont .han-list>li:nth-child(5):before {
	content: "마."
}

.terms .terms-cont .han-list>li:nth-child(6):before {
	content: "바."
}

.terms .terms-cont .han-list>li:nth-child(7):before {
	content: "사."
}

.terms .terms-cont .han-list>li:nth-child(8):before {
	content: "아."
}

.terms .terms-cont .han-list>li:nth-child(9):before {
	content: "자."
}

.terms .terms-cont .depth1 {
	padding-left: 25px;
	margin-bottom: 10px
}

.terms .terms-cont .depth2 {
	padding-left: 12px
}

.terms .terms-cont .depth3 {
	padding-left: 25px
}

.terms .terms-cont .depth4 {
	padding-left: 15px
}

.terms .terms-cont .depth5 {
	padding-left: 29px
}

.terms .terms-cont .decimal-list-1 {
	counter-reset: depth1
}

.terms .terms-cont .decimal-list-1>li {
	position: relative;
	padding-left: 20px;
	text-indent: 0
}

.terms .terms-cont .decimal-list-1>li:before {
	position: absolute;
	left: 0;
	counter-increment: depth1;
	content: counter(depth1) ".";
	text-align: right;
	width: 16px
}

.terms .terms-cont .decimal-list-1 .except li {
	padding-left: 5px;
	text-indent: 10px
}

.terms .terms-cont .decimal-list-2 {
	counter-reset: depth2
}

.terms .terms-cont .decimal-list-2>li {
	position: relative;
	padding-left: 15px;
	margin-left: 6px
}

.terms .terms-cont .decimal-list-2>li:before {
	position: absolute;
	left: -5px;
	counter-increment: depth2;
	content: counter(depth2) ")"
}

.terms .terms-cont .dash-list>li {
	position: relative;
	padding-left: 10px;
	text-indent: 0
}

.terms .terms-cont .dash-list>li:before {
	position: absolute;
	left: 0;
	content: "-"
}

.terms .terms-cont .bul-list {
	margin-left: 2px
}

.terms .terms-cont .bul-list>li {
	position: relative;
	margin-left: 9px;
	padding-left: 9px
}

.terms .terms-cont .bul-list>li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #898989
}
/*20230720개정안 추가*/
.labeling{
	width:100%;
	margin: 20px 0;
	padding: 13px 20px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #eee;	
}

.labeling .label_top{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.labeling .label_top .label{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;	
	width:33%;
}
.labeling .label_top .label img{
	width:70px;
}
.labeling .label_top .label > p{
	color:#121212;
	font-size:16px;
	font-weight: bold;
}
.labeling .label{
	display: flex;
}
.labeling .label.label_bt{	
	width:33%;	
	background-color: #f7f7f7;
}

.labeling .label_top .label .label_bt > p {
	font-size:14px;
	color:#222;
	position: relative;	
	padding-left: 10px;	
	line-height: 18px;
	margin-bottom: 4px;	
}
.labeling .label_top .label .label_bt > p:before {
	position: absolute;
	left: 0;
	content: "· "
}
h2.title img.label_icon{
	height:42px;
	margin-right: 10px;
	margin-bottom: 5px;		
}
h2.title{
	display:flex;
	padding:20px 0 0 0;	
	line-height: 22px;
	align-items: center;
}
.indent_dot {	
	position: relative;	
	padding-left: 20px;	
	line-height: 18px;
	margin-bottom: 4px;	
}
.indent_dot:before {
	position: absolute;
	left: 10px;
	content: "· "
}
.indent_dash {	
	position: relative;	
	padding-left: 20px;	
	line-height: 18px;
	margin-bottom: 4px;	
}
.indent_dash:before {
	position: absolute;
	left: 10px;
	content: "-"
}
ol.indent_01{
	padding-left: 30px;		
}
ol.indent_01 li:nth-child(1){
	padding:0;
}
ol.indent_01 li:nth-child(2){
	padding-left:20px;
}
ol.indent_02{
	padding-left: 20px;	
}
ol.indent_02 li:nth-child(1){
	padding:0;
}
ol.indent_02 li:nth-child(2){
	padding-left:20px;
}
/*20230720끝*/

.terms .terms-cont .anchor {
	-webkit-column-count: 2;
	column-count: 2;
	margin: 20px 0;
	padding: 13px 20px;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #1f1f1f
}

.terms .terms-cont .anchor li {
	color: #1f1f1f;
	cursor: pointer
}

.terms .terms-cont .table-help {
	text-align: center;
	color: #1f1f1f;
	border-collapse: collapse
}

.terms .terms-cont .table-help th {
	font-weight: 700;
	background-color: #d9d9d9
}

.terms .terms-cont .table-help td,
.terms .terms-cont .table-help th {
	padding: 0 14px;
	border: 1px solid #1f1f1f;
	vertical-align: middle
}

.terms .terms-cont .table-default {
	margin: 10px 0;
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
	text-indent: 0;
	word-break: keep-all
}

.terms .terms-cont .table-default td[center],
.terms .terms-cont .table-default th[center] {
	text-align: center
}

.terms .terms-cont .table-default td[left],
.terms .terms-cont .table-default th[left] {
	text-align: left
}

.terms .terms-cont .table-default td[nowrap],
.terms .terms-cont .table-default th[nowrap] {
	white-space: nowrap
}

.terms .terms-cont .table-default td {
	border: 1px solid #898989;
	vertical-align: middle;
	padding: 0 14px
}

.terms .terms-cont .table-default thead tr td {
	background-color: #d9d9d9;
	font-weight: 700;
	text-align: center;
	color: #1f1f1f
}

.terms .terms-cont .indent0 {
	text-indent: 0
}

.terms .terms-cont .interval {
	margin: 10px 0
}
.terms .terms-cont .color-default,
.terms .terms-cont .font-black {
	color: #1f1f1f
}

.terms .terms-cont.privacy>li>p {
	padding-left: 12px
}

.terms .terms-cont.privacy>li>p.circle {
	padding-left: 30px
}

.terms .tab-content>* {
	display: none
}

.terms .tab-content>.active {
	display: block
}

.social h1 {
	font-size: 22px;
	margin-bottom: 40px
}

.custom-selectbox {
	position: relative;
	width: 400px;
	height: 36px
}



.custom-selectbox__inner {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 32px;
	max-height: 300px;
	overflow: auto;
	border: 1px solid #1f1f1f
}

.custom-selectbox__btn {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 34px;
	height: 34px;
	background: url(https://www.kolonmall.com/_ui/img/m/icn/bg-select-box-2.png) 75% 50%/contain no-repeat
}

.custom-selectbox a {
	display: none;
	padding: 4px 12px;
	line-height: 26px;
	font-size: 15px
}

.custom-selectbox.active a,
.custom-selectbox a:first-of-type {
	display: block
}


@media screen and (max-width:767px){
.terms {width:100%; 
	margin: 0;
}
.terms .terms-cont .depth1 {
	padding-left: 0;
}
.terms .terms-cont .anchor {
	-webkit-column-count: 1;
	padding: 10px;
}
.terms .terms-cont .depth2 {
	padding-left:7px;
}

.terms .terms-cont .depth3 {
	padding-left: 15px;
}

.terms .terms-cont .depth4 {
	padding-left: 7px;
}

.terms .terms-cont .depth5 {
	padding-left: 15px;
}
.terms .terms-cont .table-default td {	
	padding: 0 2px;
	font-size:10px;
	letter-spacing: -1.5px;
}


.custom-selectbox {	
	width:100%;
	height: 30px;
}

.custom-selectbox a {
	padding: 2px 4px;
	font-size: 13px
}
.labeling .label_top{
	display: flex;
	flex-direction: column;
}

.labeling .label_top .label{
	width:100%;
	height:auto;
	margin-top: 20px;
}
.labeling .label_top .label img{
	width:50px;
}

h2.title img{
	padding-bottom: 4px;
}
h2.title img.label_icon{
	height:34px;			
}

ol.indent_01{
	padding-left: 20px;		
}
ol.indent_01 li:nth-child(1){
	padding:0;
}
ol.indent_01 li:nth-child(2){
	padding-left:10px;
}
ol.indent_02{
	padding-left: 15px;	
}
ol.indent_02 li:nth-child(1){
	padding:0;
}
ol.indent_02 li:nth-child(2){
	padding-left:10px;
}

}	
